home *** CD-ROM | disk | FTP | other *** search
/ More MacCube 2: Games / More MacCube Vol 2 Games.bin / Games / Sokoban 2.1 / Sample level collection < prev    next >
Text File  |  1996-02-21  |  978b  |  50 lines

  1. ; See the documentation for more information about making your
  2. ; own levels.  This file describes how to put more than one (in
  3. ; fact, up to 100) level in a text file.
  4.  
  5. ; Putting many levels in one text file for Sokoban:
  6. ; Separate the levels by blank lines, comments, or just titles.
  7. ; An optional title may be given in quotation marks like this
  8. "This is not a title"
  9. ; or like this
  10. 'Title the level'
  11. ; or even mixing things up
  12. "Birdland'
  13.  
  14. ; If you give a level several titles, only the last one will
  15. ; be used.  The others are ignored.
  16. ; No comments are allowed within levels.
  17.  
  18. "Level 1"
  19.   ####
  20.   #@ #
  21. ###  ####
  22. #  .*   #
  23. # $.. $ #
  24. ### $####
  25.   #  #
  26.   ####
  27.  
  28.    #####
  29. ####.  ##
  30. # $.$.  #
  31. #@$# #$ #
  32. # $. .  #
  33. ####$#$ #
  34.   #. .  #
  35.   #######
  36. ; Comments are allowed between levels.
  37. ; So are blank lines
  38.  
  39. ;This level has no title, poor guy.
  40.    ######
  41. ####.  @#
  42. #  $$$  #
  43. #.##.##.#
  44. #   $   #
  45. #  $.# ##
  46. ###    #
  47.   ######
  48. ;The file ends where it ends, either with a level or a comment.
  49.  
  50.